Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump xdoctest from 0.14.0 to 0.15.0 #48

Merged
merged 1 commit into from
Sep 22, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2020

Bumps xdoctest from 0.14.0 to 0.15.0.

Changelog

Sourced from xdoctest's changelog.

Version 0.15.0 - Released 2020-09-11

Added

  • pip install xdoctest can now specify [colors] or [jupyter]
  • Enhanced REQUIRES directive behavior, multiple comma-separated requirements can now be listed in one directive.
  • Xdoctest can now be run inside of Jupyter notebooks / IPython sessions
  • Xdoctest can now be run on Jupyter notebooks (Note that in general it is better practice to write a module)

Fixed

  • Bug in doctest_callable where it would not populate globals from the function context.

Changed

  • Renamed Config to DoctestConfig
  • Renamed static_analysis.parse_calldefs to static_analysis.parse_static_calldefs. A temporary function with the old name is exposed for backwards compatibility.
  • Changed argument name from modpath_or_name to module_identifier in several functions. This is to better indicate its coercible nature as either a module path, a module name. This change impacts doctest_module, parse_doctestables, package_calldefs.
Commits
  • c758995 Fixup docs and issue in setup
  • 9e0bfb4 Merge pull request #85 from Erotemic/dev/0.15.0
  • 3601251 dont fail if inside notebook cells didnt run
  • 70f06a8 Updated docs and added func to double check changelog versions before releasing
  • 15cb51b Fix code highlighting on linux
  • a6a7b7f Merge pull request #84 from Erotemic/dev/doctest_jupyter
  • 5f7637d Make error into a warning on win32
  • 7b7975c Logging for win32 debug
  • 04ec3a9 wip
  • c9cd8b2 try again
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 14, 2020
@codecov-commenter
Copy link

Codecov Report

Merging #48 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #48   +/-   ##
=======================================
  Coverage   93.76%   93.76%           
=======================================
  Files           8        8           
  Lines         497      497           
  Branches      118      118           
=======================================
  Hits          466      466           
  Misses         16       16           
  Partials       15       15           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3e3fd14...d9ce1a3. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/pip/xdoctest-0.15.0 branch from d9ce1a3 to d3bad9b Compare September 22, 2020 22:41
@SarthakJariwala SarthakJariwala merged commit e349030 into master Sep 22, 2020
@dependabot dependabot bot deleted the dependabot/pip/xdoctest-0.15.0 branch September 22, 2020 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants